/*
	PalmettoHealth.org Stylesheet
	Last modified: 10/10/2008	
*/

BODY {
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	background: #535456 url(../images/body_bg.jpg) left top repeat;
	color: #636363;
}

a {
	color: #4187b2;
	text-decoration: underline;
}

a:hover, a:active {
  	color: #0d905c;
  	text-decoration: underline;
}

form {
	margin: 0;
	padding: 0;
}

textarea, select {
	font-size: 8pt;
	font-family: Arial, Helvetica, Sans-Serif;
}

input {
	font-size: 8pt;
	font-family: Arial, Helvetica, Sans-Serif;
}

/* Entire page wrapper */
#wrap {
	width: 986px;
	margin:0 auto;
	top: 0;
	left:50%;
	padding: 0;
	background-color: #FFFFFF;
	color: #636363;
}

/* Header wrapper contains the top menu, the main logo, and the find a physician button */
#header {
	width: 986px;
	height: 135px;
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px solid #FFFFFF;*/
	background: #eae7b4 url(../images/header_bg.jpg) left top no-repeat;
}

/* Top menu inside the Header */
#headerMenuWrap {
	margin:0;
	padding:0;
	width:986px;
	height:31px;
}

#headerMenu {
	/*float: right;*/
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	width: 986px;
	height: 30px;
	margin: 0;
	padding: 1px 0 0 0;
	background: transparent url(../images/menu_bg.jpg) left top no-repeat;
}

#headerMenu a, #headerMenu a.current, #headerMenu a.left, #headerMenu a.leftCurrent {
	display: block;
	white-space: nowrap;
	margin: 0;
	padding: 0 15px 0 17px;
	height: 30px;
	line-height: 30px;
	background: transparent url(../images/menu_item_bg.gif) left top no-repeat;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#headerMenu a.current{
	background: transparent url(../images/menu_item_bg.gif) left bottom no-repeat;
}
	
#headerMenu a.left{
	padding-left: 40px;
	background: transparent url(../images/menu_item_left.gif) left top no-repeat;
}

#headerMenu a.leftCurrent {
	padding-left: 40px;
	background: transparent url(../images/menu_item_left.gif) left bottom no-repeat;
}

#headerMenu a:hover, #headerMenu a:active, #headerMenu a.left:hover, #headerMenu a.left:active, #headerMenu a.current:hover, #headerMenu a.current:active, #headerMenu a.leftCurrent:hover, #headerMenu a.leftCurrent:active {
	text-decoration: underline;
}

#headerMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

#headerMenu li {
	float: left;
}

div#menuh li:hover
	{
	/*cursor:pointer;*/
	z-index:100;
	}
/* End Top Menu */

#headerLogo {
	float: left;
	width: 318px;
	height: 100px;
	margin: 0px;
	padding: 0 0 0 15px;
}

#headerLogo a {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#headerLogo img {
	margin: 0;
	padding: 0;
	border: 0 none;
	vertical-align: top;
}

#headerRight {
	float: left;
	width: 606px;
	height: 67px;
	padding: 30px 15px 10px 15px;
	margin: 0;
	text-align: right;
}

#headerRight a {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#headerRight img {
	margin: 0;
	padding: 0;
	border: 0 none;
	vertical-align: top;
}
/* End Header wrapper */

#searchBar {
	width: 976px;
	height: 26px;
	margin: 0;
	padding: 5px 10px 0 0;
	background: #0f9e6c url(../images/search_bar_bg.jpg) left top no-repeat;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: right;
}

#searchBar form {
	display: inline;
	padding: 0;
	margin: 0;
}

#searchBar input.text {
	border: 1px solid #098459;
}

/* Content wrapper goes around the sidebar and the main content
   Float it left so it will stretch vertically to match the longest
   of the sidebar or the content */
#content {
	float: left;
	width: 986px;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/content_bg.jpg) left top repeat-y;
}

#sideBar {
	float: left;
	width: 227px;
	margin: 0;
	padding: 0 0 10px 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: #797979;
}

#sideBar .sideMenu {
	padding: 0 0 20px 0;
	margin: 0;
}

#sideBar .sideMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sideBar .sideMenu ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #003d81;
}

#sideBar .sideMenu ul li {
	margin: 0;
	padding: 0 0 2px 0;
	background: transparent url(../images/side_menu_item_divider.jpg) left bottom no-repeat;
}

#sideBar .sideMenu ul ul li {
	margin: 0;
	padding: 0;
	background: transparent;
}

#sideBar .sideMenu ul li a {
  	display: block;
  	margin: 0;
	padding: 6px 20px 6px 35px;
	width: 172px;
	background: #024999 url(../images/white_arrow.gif) 23px center no-repeat;
  	text-align: left;
  	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
  	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

#sideBar .sideMenu ul li a.current {
	background: #6aa2de url(../images/white_arrow.gif) 23px center no-repeat;
	font-weight: bold;
}

#sideBar .sideMenu ul li a:hover, #sideBar .sideMenu ul li a:active, #sideBar .sideMenu ul li a.current:hover, #sideBar .sideMenu ul li a.current:active {
	background: #6aa2de url(../images/white_arrow.gif) 23px center no-repeat;
}

#sideBar .sideMenu ul ul li a {
	padding: 5px 20px 5px 35px;
	width: 172px;
	background: #1b65b8;
}

#sideBar .sideMenu ul ul li a.current {
	background: #6aa2de;
	font-weight: bold;
}

#sideBar .sideMenu ul ul li a:hover, #sideBar .sideMenu ul ul li a:active, #sideBar .sideMenu ul ul li a.current:hover, #sideBar .sideMenu ul ul li a.current:active {
	background: #6aa2de;
}

/* contentMainWrap wraps the Banner and the Content Area */
#contentMainWrap {
	float: left;
	width: 759px;
	padding: 0;
	margin: 0;
}

#banner {
	width: 759px;
	margin: 0;
	padding: 0 0 9px 0;
	background: transparent url(../images/banner_bottom.jpg) left bottom no-repeat;
	border-top: 1px solid #FFFFFF;
}

#banner a {
	margin: 0;
	padding: 0;
}

#banner img {
	margin: 0;
	padding: 0;
	border: 0 none;
	vertical-align: top;
}

/* contentMain is the main content div */
#contentMain {
	float: left;
	width: 699px;
	margin: 0;
	padding: 10px 30px 20px 30px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: #636363;
}

/* contentMainLeft used on pages where we have a Right side bar */
#contentMain .contentMainLeft {
	float: left;
	width: 215px;
	margin: 0;
	padding: 0 20px 0 0;
}

#contentMain .contentMainRight {
	float: left;
	width: 215px;
	margin: 0;
	padding: 0 20px 0 0;
}

#contentMain p {
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 15px;
}

#contentMain p.divider {
	clear: both;
	margin: 0;
	padding: 0 0 15px 0;
	height: 3px;
	text-align: center;
}

#contentMain p.divider img {
	margin: 0;
	padding: 0;
	height: 3px;
	vertical-align: top;
}

#contentMain h1 {
	margin: 0;
	padding: 0 0 15px 0;
	color: #163b64;
	font-size: 15pt;
	font-weight: normal;
	font-family: Times New Roman, Times, Georgia, Serif;
	text-align: left;
}

#contentMain h2 {
	margin: 0;
	padding: 0 0 15px 0;
	color: #163b64;
	font-size: 13pt;
	font-weight: normal;
	font-family: Times New Roman, Times, Georgia, Serif;
	text-align: left;
}

#contentMain h3 {
	margin: 0;
	padding: 0 0 15px 0;
	color: #163b64;
	font-size: 11pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: left;
}

#contentMain h4 {
	margin: 0;
	padding: 0 0 15px 0;
	color: #565656;
	font-size: 11pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: left;
}

#contentMain h5 {
	margin: 0;
	padding: 0 0 15px 0;
	color: #163b64;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: left;
}

#contentMain h6 {
	margin: 0;
	padding: 0 0 15px 0;
	color: #565656;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: left;
}

#contentMain ul {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0 0 7px 0;
}

#contentMain ol {
	padding-bottom: 7px;
}

#contentMain ul li {
	line-height: 14px;
	padding: 0 0 5px 13px;
	background: url(../images/gray_arrow.gif) left 4px no-repeat;
}

#contentMain ol li {
	line-height: 14px;
	padding: 0 0 5px 5px;
}

#contentMain li ul {
	padding-top: 5px;
	padding-bottom: 0;
}

#contentMain .rightMenu {
	float: right;
	width: 204px;
	margin: 0;
	padding: 0 0 0 5px;
	background: #FFFFFF url(../images/right_menu_bg.jpg) left top no-repeat;
}

#contentMain .rightMenu ul {
	list-style: none;
	width: 180px; /* must have this to fix IE ul background image bug */
	margin: 27px 0 0 0;
	padding: 0 0 0 24px;
	/*border-left: 1px solid #96aeb7;*/ /*use this instead of the background if want just a solid line */
	background: transparent url(../images/right_menu_left_border.jpg) left bottom no-repeat;
}

#contentMain .rightMenu li {
	margin: 0;
	padding: 0 0 8px 0;
	background: transparent;
}

#contentMain .rightMenu li a {
	text-decoration: underline;
}

#contentMain .rightBox {
	float: right;
	width: 192px;
	margin: 0;
	padding: 12px 0 0 16px;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
}

#contentMain .rightBox ul {
	margin: 0;
}

#contentMain .rightBox ul.noBullet {
	list-style: none;
	margin: 0;
	padding: 0;
}

#contentMain .rightBox ul.noBullet li {
	margin: 0;
	padding: 0 0 10px 0;
	background: transparent;
}

#contentMain .rightBox ul.noBullet li a {
	text-decoration: underline;
}

/* 3 Column Layout - rightBoxTop will be the Calendar and rightBoxBottom will be the News. */


#contentMain .rightBoxTop {
	float: right;
	width: 192px;
	margin: 0;
	padding: 12px 0 0 16px;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
}

#contentMain .rightBoxTop ul {
	margin: 0;
}

#contentMain .rightBoxTop ul.noBullet {
	list-style: none;
	margin: 0;
	padding: 0;
}

#contentMain .rightBoxTop ul.noBullet li {
	margin: 0;
	padding: 0 0 10px 0;
	background: transparent;
}

#contentMain .rightBoxTop ul.noBullet li a {
	text-decoration: underline;
}


#contentMain .rightBoxBottom {
	float: right;
	width: 192px;
	margin: 0;
	padding: 12px 0 0 16px;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
}

#contentMain .rightBoxBottom ul {
	margin: 0;
}

#contentMain .rightBoxBottom ul.noBullet {
	list-style: none;
	margin: 0;
	padding: 0;
}

#contentMain .rightBoxBottom ul.noBullet li {
	margin: 0;
	padding: 0 0 10px 0;
	background: transparent;
}

#contentMain .rightBoxBottom ul.noBullet li a {
	text-decoration: underline;
}




/* End Content wrapper */

#footer {
  	clear: both;
  	width: 956px;
  	height: 130px;
	margin: 0;
	padding: 0 15px 0 15px;
	background: #96aeb8 url(../images/footer_bg.jpg) top left no-repeat;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	border-top: 2px solid #3b3b3b;
}

#footer div.links {
  	margin: 0;
  	padding: 12px 0 0 0;
  	text-align: right;
}

#footer div.links a {
	margin: 0;
	padding: 0 10px 0 7px;
	background: transparent url(../images/black_square.jpg) right center no-repeat;
	color: #383838;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

#footer div.links a:hover, #footer div.links a:active, #footer div.links a.current, #footer div.links a.rightCurrent {
	color: #4187b2;
}

#footer div.links a.right, #footer div.links a.rightCurrent {
	background: transparent;
	padding-right: 0;
}

#footer div.copyright {
	text-align: right;
	margin: 0;
	padding: 7px 0 0 0;
}

